Carbon


SoundProcPtr

Header: Dialogs.h Carbon status: Unsupported

typedef void(* SoundProcPtr) (
    SInt16 soundNumber
);

You would declare your function like this if you were to name it MySoundCallback:

void MySoundCallback (
    SInt16 soundNumber
);
soundNumber

AVAILABILITY

Not supported in Carbon.

CARBON NOTES

Using custom sounds in dialog boxes is not supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 4/14/2000)